home *** CD-ROM | disk | FTP | other *** search
/ The Original Shareware 1.1 / The Original Shareware (WeMake CDs)(Volume 1.1)(CDs, Inc)(1993).iso / 36 / qw10add.zip / INST226.PAT < prev    next >
Text File  |  1990-04-10  |  2KB  |  48 lines

  1. Patch for INSTALL.EXE 
  2.  
  3. Some of the 5 1/4 inch disks of our currently shipping products 
  4. were incorrectly serialized in manufacture so that the INSTALL 
  5. program crashes soon after invocation, just as the first 
  6. copyright screen is being painted.  On color monitors, the user 
  7. gets a vertical stripe of colored characters.  These symptoms are 
  8. 100% reproducable - this is not a subtle problem - and occur ONLY on 
  9. 5 1/4 inch disks, so don't go trying this patch for any old 
  10. install problem.
  11.  
  12. We don't expect that this problem affects many disks, perhaps 
  13. only 200 or so.
  14.  
  15. You may prefer to return the disk to Quarterdeck (attn: Stan 
  16. Young), for replacement, however it is possible to patch the disk 
  17. using DOS's DEBUG.  Assuming you have this problem, the following 
  18. 8-byte patch should get you running.
  19.  
  20. Here is the script you follow to debug:
  21.  
  22. ---------------------
  23.  
  24. 1.  Make a copy of INSTALL.EXE somewhere on the hard disk, in 
  25. case the patch doesn't work.
  26.  
  27. 2.  Rename the INSTALL.EXE file on drive A: to INSTALL.XXX.
  28.  
  29. 3.  Run "DEBUG A:INSTALL.XXX"
  30.  
  31. 4.  At the "dash" prompt, type "D 700 L 4" and hit Enter.  DEBUG 
  32. will return some numbers, the last of four of which will be 
  33. "30 30 30 30".  (If these numbers don't show up, either you DON'T 
  34. have the problem or you have typed something wrong.  Type "Q" to 
  35. exit and start again.)
  36.  
  37. 5.  If you got the "30's", type "E 700 80 00 E8 61 00 E8 28 00" 
  38. to the "dash" prompt.  
  39.  
  40. 6.  After hitting the {Enter}, you will get the "dash" prompt 
  41. again.  Type "W" and {Enter} to write out the change.  And "Q" to 
  42. quit.
  43.  
  44. 7.  Rename INSTALL.XXX back to INSTALL.EXE, switch to drive A: 
  45. and type INSTALL.  With any luck, you will be up and running.
  46.  
  47.              * * *   E N D   O F   F I L E    * * * 
  48.